-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CCIP-2875] fix live network tests #1250
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 1, 2024 17:47
0eafc03
to
789eb39
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 1, 2024 20:31
082f5fb
to
9fbea96
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 1, 2024 20:35
7224158
to
9fbea96
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 2, 2024 08:54
9fbea96
to
c16831b
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 2, 2024 08:59
c16831b
to
ed0840d
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 2, 2024 09:12
ed0840d
to
a1e1352
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 2, 2024 09:16
a1e1352
to
c51bfdd
Compare
anirudhwarrier
force-pushed
the
fix-live-network-tests
branch
from
August 2, 2024 09:39
c51bfdd
to
142c502
Compare
anirudhwarrier
changed the title
fix live network tests
[CCIP-2875] fix live network tests
Aug 2, 2024
kalverra
approved these changes
Aug 7, 2024
b-gopalswami
approved these changes
Aug 12, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The previous shared wallet used in the live network tests is discontinued and we are advised to use new wallet(
0xB509c046e1182c7B36d2D9733554BC268716803C
) provided by Security team and the private key of this wallet is stored in github secret nameQA_SHARED_803C_KEY
. Need to wire this secret to our test config to consume the private key in our test.https://smartcontract-it.atlassian.net/browse/CCIP-2875
Solution